This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Solved - Notes8 launched after notes.launcher change
I had same error while attempting to launch notes8 after permissions changed for /opt/ibm/* and etc/lotus/*
After trying to add a goup like lotus in my ubuntu and add my username inside, it seems the same thing.
I edited notes file in /opt/ibm/lotus/notes/ and done some modifications. You can see below my new file.
_____________________________________________
#!/bin/sh
ORIGINAL_LANG=$LANG
# fred
#LANG=${LANG/nn_NO/no_NO}
#LANG=${LANG/nb_NO/no_NO}
#
#export LANG
export LANG=fr
# fin fred
#link nsf help dir to $SharedDataDir/MUI/help (if it exists)
# fred
#MYLANG=${LANG/.*/}
MYLANG=fr_FR
# fin fred
SHAREDDATADIR=/etc/lotus/notes/data/shared
HELPDIR="$SHAREDDATADIR"/MUI/$MYLANG/help
if [ ! -d $HELPDIR ];
then
HELPDIR="$SHAREDDATADIR"/help
fi
if [ ! -d ~/lotus/notes/data ];
then
mkdir -p ~/lotus/notes/data
fi
echo $HELPDIR > ~/lotus/notes/data/help.dir
exec /opt/ibm/lotus/notes/notes.launcher $*
_______________________________________________
The problem was due to LANG environment, that i changed only to support French language.
May be you can do the same with yr own.
Feedback response number WEBB78FLDD created by ~Lorraine Nimnuverlen on 10/29/2007